home *** CD-ROM | disk | FTP | other *** search
- ;
- ; Epson (and alike) printer definition - Not Tested
- ;
-
- ;
- ; Printer port
- ; Change to file name for printing to file
- ;
- [Printer]
- Port=LPT1
-
- ;
- ; Paper Size & margins
- ;
- [PrintSize]
- PageLength=64
- PageWidth=94
- MarginLeft=4
- MarginRight=1
- MarginTop=1
- MarginBottom=1
-
- ;
- ; Printer control codes
- ;
- ; Separate the strings with comma's. Insert an Escape using the ESC mnemonic.
- ; Character values can be given directly using #xx for decimal or $xx for hex.
- ;
- ; Example:
- ;
- ; EscF will become : ESC,"F"
- ; Esc(sS will become : ESC,"(sS"
- ;
- [PrintCode]
- Normal=ESC,"F",ESC,"5"
- Italic=ESC,"F",ESC,"4"
- Bold=ESC,"5",ESC,"E"
- BoldItalic=ESC,"E",ESC,"4"
- FF=#12
- LF=#10
- CR=#13
- Init=
- Done=
-